home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Shells / dircmp2.readme < prev    next >
Text File  |  1996-09-26  |  2KB  |  63 lines

  1. Short:    Compares directories
  2. Author:   Thomas.Radtke@rz.uni-osnabrueck.de
  3. Uploader: Thomas.Radtke@rz.uni-osnabrueck.de
  4. Type:     util/shell
  5.  
  6. dircmp2 is a non-standart implementation of the dircmp command. It
  7. is not able to produce diff-style output (otherwise I'd rather call
  8. it dirdiff ;). dircmp2 is written for a UN*X box, therefore you will
  9. need an up-to-date ixemul library (currently 41.4).
  10.  
  11.   Sample session:
  12.  
  13. $dircmp2 -h
  14. usage: dircmp2 [-{cdfhiprt}] directory1 [directory2]
  15.  
  16. The dircmp2 command lists all files and directories of directory1, that
  17. cannot be found in directory2. If directory2 is omitted, '.' is used
  18.  
  19. Flags:
  20.  
  21. -c  compare files
  22. -d  show only directorys
  23. -f  show only files
  24. -h  this page
  25. -i  inverse comparison
  26. -p  show full pathnames
  27. -r  subdir scan
  28. -t  indent subdir results
  29. $
  30.  
  31. Implementation note:
  32.  
  33.   The source was compiled with gcc 2.7.0 (Aminet version)under
  34. AmigaOS3.0 and IBM AIX 3.2. The only known problem occured with
  35. KingCON version 1.3 (Amiga). Please use the dircmp2 command only
  36. with the original CON handler.
  37.  
  38.   Since the dircmp2 command may use a recursive algorithm, the stack
  39. consumption depends on the number of subdirectories to scan. A scan of
  40. my hard drive (dircmp2 -r /hd1 /hd1) does not succeed the standard
  41. stacksize of 4K. The memory consumption depends mainly (with -c flag) on
  42. the size of the biggest files to compare (files are red in whole). If
  43. you ran out of memory, the concerning file will not be compared and you
  44. get a warning message to stderr. This behaviour is subject of change
  45. in future versions. Most buffers will be flushed after usage.
  46.  
  47.   This software is covered by the GPL. See COPYING for details.
  48.  
  49. Thomas
  50.  
  51.  
  52. ============================= Archive contents =============================
  53.  
  54. Original  Packed Ratio    Date     Time    Name
  55. -------- ------- ----- --------- --------  -------------
  56.     7096    3750 47.1% 03-Nov-95 20:58:12 +dircmp2
  57.    17982    6993 61.1% 04-Nov-95 17:52:32  COPYING
  58.     2439    1018 58.2% 03-Nov-95 20:09:30  dircmp2.doc
  59.     1667     901 45.9% 04-Nov-95 17:47:48  dircmp2.readme
  60.     6465    1924 70.2% 04-Nov-95 17:57:44 +dircmp2.c
  61. -------- ------- ----- --------- --------
  62.    35649   14586 59.0% 05-Nov-95 12:48:22   5 files
  63.